home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / Crowd.exe / 0 / RCDATA / TFRMSTARTTREE / TFRMSTARTTREE.txt
Text File  |  1996-09-03  |  2KB  |  91 lines

  1. object frmStartTree: TfrmStartTree
  2.   Left = 219
  3.   Top = 146
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select Application Shortcut'
  7.   ClientHeight = 247
  8.   ClientWidth = 349
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblPrompt: TLabel
  17.     Left = 12
  18.     Top = 8
  19.     Width = 317
  20.     Height = 28
  21.     AutoSize = False
  22.     WordWrap = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 12
  26.     Top = 48
  27.     Width = 76
  28.     Height = 13
  29.     Caption = '&Programs Folder'
  30.   end
  31.   object fvTree: TFolderView
  32.     Tag = 111
  33.     Left = 9
  34.     Top = 70
  35.     Width = 226
  36.     Height = 169
  37.     Indent = 19
  38.     ParentColor = False
  39.     TabOrder = 0
  40.     Images = fvTree.
  41.   end
  42.   object lstUsers: TComboBox
  43.     Left = 96
  44.     Top = 46
  45.     Width = 138
  46.     Height = 21
  47.     Style = csDropDownList
  48.     ItemHeight = 13
  49.     TabOrder = 1
  50.     OnClick = lstUsersClick
  51.   end
  52.   object cmdOK: TButton
  53.     Left = 247
  54.     Top = 46
  55.     Width = 95
  56.     Height = 25
  57.     Caption = '&OK'
  58.     Default = True
  59.     TabOrder = 2
  60.     OnClick = cmdOKClick
  61.   end
  62.   object Button2: TButton
  63.     Left = 247
  64.     Top = 75
  65.     Width = 95
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object cmdBrowse: TButton
  73.     Left = 247
  74.     Top = 105
  75.     Width = 95
  76.     Height = 25
  77.     Caption = '&New Shortcut'
  78.     TabOrder = 4
  79.     OnClick = cmdBrowseClick
  80.   end
  81.   object cmdHelp: TButton
  82.     Left = 247
  83.     Top = 134
  84.     Width = 95
  85.     Height = 25
  86.     Caption = '&Help'
  87.     TabOrder = 5
  88.     OnClick = cmdHelpClick
  89.   end
  90. end
  91.